From: Glenn Morris Date: Thu, 17 Jan 2013 02:05:16 +0000 (-0500) Subject: * src/fns.c (Frandom): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~220 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=085d34c46ae83282b6bd1002ee9fb9be62e76594;p=emacs.git * src/fns.c (Frandom): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index a673c5f6123..64ffe05921f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-01-17 Glenn Morris + + * fns.c (Frandom): Doc fix. + 2013-01-13 Jan Djärv * nsfont.m (LCD_SMOOTHING_MARGIN): New define. diff --git a/src/fns.c b/src/fns.c index cb350df5777..fbb3fb5b161 100644 --- a/src/fns.c +++ b/src/fns.c @@ -66,7 +66,10 @@ and `most-positive-fixnum', inclusive, are equally likely. With positive integer LIMIT, return random number in interval [0,LIMIT). With argument t, set the random number seed from the current time and pid. -Other values of LIMIT are ignored. */) +With a string argument, set the seed based on the string's contents. +Other values of LIMIT are ignored. + +See Info node `(elisp)Random Numbers' for more details. */) (Lisp_Object limit) { EMACS_INT val;